home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / ldapjdk.jar / netscape / ldap / controls / LDAPPasswordExpiredControl.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-04-13  |  544 b   |  12 lines

  1. package netscape.ldap.controls;
  2.  
  3. import netscape.ldap.LDAPControl;
  4.  
  5. public class LDAPPasswordExpiredControl extends LDAPStringControl {
  6.    public static final String EXPIRED = "2.16.840.1.113730.3.4.4";
  7.  
  8.    public static String parseResponse(LDAPControl[] var0) {
  9.       return LDAPStringControl.parseResponse(var0, "2.16.840.1.113730.3.4.4");
  10.    }
  11. }
  12.